span,a{
	font-size: 120%;
	font-family: 楷体;
	color:white;
	text-shadow:1px 1px 0.4em #9ED8F4,1px -1px 0.4em #9ED8F4,-1px 1px 0.4em #9ED8F4,-1px -1px 0.4em #9ED8F4;
	text-decoration: none;
    padding: 10px;
    display: block;
}
p{
	font-weight: bold;
    color: white;
    font-size: 1em;
    position: relative;
    padding: 20px;
	text-shadow: 1.5px 1.5px 3px white;
}
body{
	background: url("../images/Main Plot1.png");
	background-size: cover;
    background-attachment: fixed;
	background-repeat:no-repeat;
    margin: 0;
    padding: 0;
	overflow: auto;
}
.box1{
	overflow-y: scroll;
	padding-right: 20px;
	margin-right: -20px; 
	padding-left:15%;
}
img{
	border-radius: 10px;
}